.webchat__icon-button {
    width: 22px;
    cursor: pointer;
    background: transparent;
    border: none !important;
    padding: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.webchat__proactive-message .webchat__experience-menu-close:focus-visible {
    background: none !important;
    outline: 2px solid blue;
    border-radius: 100%;
    outline-offset: 1px;

}*/

.webchat__send-button {

    width: 28px;
    cursor: pointer;
    margin-right: 5px;
    display: none;
}
.webchat__send-button::before {
    content: url("../assets/img/send-icon.svg");
}
.webchat__rating-menu-close.webchat__icon-button:focus-visible
{
    outline: 2px solid blue!important; /* Example border style */
    background: none!important; 
}
.webchat__options-menu {
    position: absolute;
    right: 4px;
    bottom: 42px;
    border-radius: 6px;
    border: 1px solid rgb(230, 230, 230);
    background: #ffffff;
    padding: 13px 0;

    opacity: 0;
    pointer-events: none;
}
.webchat__feedback-menu {
    opacity: 0;
    pointer-events: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid rgb(230, 230, 230);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 42px;
    overflow: hidden;
    background: #ffffff;
    transition: transform 300ms ease-in-out 0s, clip-path 300ms ease-in-out 0s;
}
.webchat__feedback-menu div {
    width: auto;
    cursor: pointer;
}

.webchat__options-menu div {
    cursor: pointer;
    padding: 5px 10px;
    color: #757575;
    font-weight: bold;
    white-space: nowrap;
}

.webchat__options-menu div:hover {
    background: #1E90FF;
    color:white;
}

.webchat__proactive-message {
    position: fixed;
    right: 67px;
    bottom: 40px;
    box-sizing: border-box;
    width: 265px;
    padding: 25px 14px 17px 16px;
    border-radius: 8px;
    box-shadow: rgb(170 170 170) 0px 0px 10px;
    background: white;
    /*border: solid 1px #C2C2C2;*/
}

.webchat__proactive-message .webchat__proactive-message-title {
    font-family: "Lucida Grande", sans-serif;
    font-weight: bold;
    
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    color:#444444!important;
}

/*.webchat__proactive-message .webchat__proactive-message-subtitle {
    font-family: "Lucida Grande", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    font-style: normal;
    margin-top: 3px;
    color: #858585;
}*/

.webchat__proactive-message .webchat__experience-menu-close {

    position: absolute;
    right: 8px;
    top: 4px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: none !important;
    align-items: center;
    padding-top: 3px;

}

.webchat__proactive-message .webchat__experience-menu-close:focus-visible {
    outline: 2px solid blue; /* Example border style */
    background: none!important;
  }
.webchat__proactive-message .webchat__experience-menu-close:hover {
    background: none!important;
}
.webchat__proactive-message .webchat__experience-menu-close::before {

    content: url("../assets/img/OPIA-icon-X.svg");
}

.webchat__experience-menu .webchat__experience-menu-close:focus-visible {
    background: none !important;
    outline: 2px solid blue;
}
.webchat__experience-menu .webchat__experience-menu-close:hover {
    background: none !important;
    background-color: none!important;
}
.webchat__experience-menu .webchat__experience-menu-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 15px;
    border: none;
}
.webchat__experience-menu .webchat__experience-menu-close::before {
    content: url("../assets/img/x-symbol-svgrepo-com.svg");
}
/*.webchat__proactive-message .webchat__proactive-message-image {
    content: url("../assets/img/OPIA-icon-blue.svg");
    position: absolute;
    left: 7px;
    top: 10px;
    width: 18px;
}*/

.webchat__experience-menu {
    /*opacity: 0;*/
    /*pointer-events: none;*/
    padding: 20px;
    background: #ffffff;
    border: 2px solid rgb(230, 230, 230);
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
}

.webchat__experience-menu div {
    font-family: Lucida;
    font-weight: bold;
}

.webchat__experience-menu-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.webchat__experience-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
}

.webchat__experience-menu .webchat__experience-menu-good {
    width: 34px;
    margin-bottom: 15px;
    
}
.webchat__experience-menu .webchat__experience-menu-neutral {
    width: 34px;
    margin-bottom: 15px;
}

.webchat__experience-menu .webchat__experience-menu-bad {
    width: 34px;
    margin-bottom: 15px;
}
.webchat__experience-menu .webchat__experience-menu-good::before {
    content: url("../assets/img/experience-good.svg");
}
.webchat__experience-menu .webchat__experience-menu-neutral::before {
    content: url("../assets/img/experience-neutral.svg");
}

.webchat__experience-menu .webchat__experience-menu-bad::before {
    content: url("../assets/img/experience-bad.svg");
}
.webchat__experience-menu .webchat__experience-menu-bad:focus-visible
{
    outline: 2px solid blue;
    background: none!important;
    
}
.webchat__experience-menu .webchat__experience-menu-good:focus-visible
{
    outline: 2px solid blue;    
    background: none!important;
}
.webchat__experience-menu .webchat__experience-menu-neutral:focus-visible
{
    outline: 2px solid blue;
    background: none!important;
}
.webchat__experience-menu .webchat__experience-menu-bad:hover
{
    background: none!important;    
}
.webchat__experience-menu .webchat__experience-menu-good:hover
{
    background: none!important;
}
.webchat__experience-menu .webchat__experience-menu-neutral:hover
{
    background: none!important;
}
.webchat__experience-menu .webchat__experience-menu-input {
    background: #F8F8F8;
    margin-bottom: 16px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    width: calc(100% - 20px);
    padding: 12px;
    min-height: 60px;
}


.webchat__experience-menu .webchat__experience-menu-input:active {
    border: 1px solid #EEEEEE;
}

.webchat__send-box .webchat__send-box__main .webchat__feedback-button {
    width: 22px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
    background: transparent;
    appearance: none;
    border: none;
    padding: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webchat__send-box .webchat__send-box__main .webchat__feedback-button:focus-visible {
    outline: 2px solid blue;
    outline-offset: 4px;
}
.webchat__send-box .webchat__send-box__main .webchat__feedback-button-like {
    width: 22px;
    cursor: pointer;
    background: transparent;
    appearance: none;
    margin-top: 6px;
    margin-bottom: 6px;
    border: none;
    padding: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webchat__send-box .webchat__send-box__main .webchat__feedback-button-like:focus-visible {
    outline: 2px solid blue;
}
.webchat__send-box .webchat__send-box__main .webchat__feedback-button-dislike {
    width: 22px;
    cursor: pointer;
    margin-bottom: 6px;
    margin-top: 6px;
    background: transparent;
    appearance: none;
    border: none;
    padding: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webchat__send-box .webchat__send-box__main .webchat__feedback-button-dislike:focus-visible {
    outline: 2px solid blue;
}
.webchat__send-box .webchat__send-box__main .webchat__feedback-button::before {
    content: url("../assets/img/feedback-icon-simple.svg");

}

.webchat__send-box .webchat__send-box__main .webchat__feedback-button-like::before {
    content: url("../assets/img/feedback-icon-like.svg");

}

.webchat__send-box .webchat__send-box__main .webchat__feedback-button-dislike::before {
    content: url("../assets/img/feedback-icon-dislike.svg");

}
.webchat__send-box .webchat__send-box__main .webchat__feedback-button-dislike:hover::before {
    content: url("../assets/img/feedback-icon-dislike-hover.svg");
}

.webchat__send-box .webchat__send-box__main .webchat__feedback-button-like:hover::before {
    content: url("../assets/img/feedback-icon-like-hover.svg");
}

.webchat__send-box .webchat__send-box__main .webchat__options-button {
 
    height: 16px;
    width: 22px;
    cursor: pointer;
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 6px;
    background: transparent;
    appearance: none;
    border: none;
    padding: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webchat__send-box .webchat__send-box__main .webchat__options-button::before {
    content: url("../assets/img/options.svg");
}
.webchat__send-box .webchat__send-box__main .webchat__options-button:focus-visible {
    outline: 2px solid blue;
    outline-offset: 4px;   
}
.webchat__send-box .webchat__send-box__main .webchat__feedback-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webchat__send-box .webchat__send-box__main .webchat__options-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
